We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0638855 commit 194dbbeCopy full SHA for 194dbbe
bin/omarchy-iso-upload
@@ -11,4 +11,7 @@ if [[ ! -f ~/.config/rclone/rclone.conf ]]; then
11
fi
12
13
rclone copy $1 Omarchy:omarchy/ -P
14
-rclone copy $1.sig Omarchy:omarchy/ -P
+
15
+if [[ -f $1.sig ]]; then
16
+ rclone copy $1.sig Omarchy:omarchy/ -P
17
+fi
0 commit comments