From b6233963410fe3cfdfb99aac65bc1aaef7bb3d92 Mon Sep 17 00:00:00 2001 From: aclist Date: Fri, 7 Oct 2022 16:46:26 +0900 Subject: [PATCH] Make helper executable --- dzgui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dzgui.sh b/dzgui.sh index 18e9501..06a8d2a 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1520,6 +1520,7 @@ lock(){ } fetch_scmd_helper(){ curl -Ls "$scmd_url" > "$helpers_path/scmd.sh" + chmod +x "$helpers_path/scmd.sh" } initial_setup(){ echo "# Initial setup"