sideload-repos-systemd: Adjust whitespace

This commit is contained in:
Phaedrus Leeds
2020-09-21 18:14:38 -07:00
parent c43e8e1331
commit 9b82fbfabb

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# This script is intended to be run by flatpak-sideload-usb-repo.service
shopt -s nullglob
if ! test $# -eq 1 || ! test -d "$1"; then