Skip to content

Commit 194dbbe

Browse files
committed
If there's a sig
1 parent 0638855 commit 194dbbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/omarchy-iso-upload

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ if [[ ! -f ~/.config/rclone/rclone.conf ]]; then
1111
fi
1212

1313
rclone copy $1 Omarchy:omarchy/ -P
14-
rclone copy $1.sig Omarchy:omarchy/ -P
14+
15+
if [[ -f $1.sig ]]; then
16+
rclone copy $1.sig Omarchy:omarchy/ -P
17+
fi

0 commit comments

Comments
 (0)