From 22c58cab9a2c9c552a3a4e701d4a0f2a4cfa3362 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 23 Nov 2022 16:18:26 -0500 Subject: [PATCH] Fixed the script path. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 9bb6ae7..6f05a30 100755 --- a/i38.sh +++ b/i38.sh @@ -154,7 +154,7 @@ fi # Create the i3 configuration directory. mkdir -p "${i3Path}" # Move scripts into place -cp -rv scripts/ "${i3Path}/scripts" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1 +cp -rv scripts/ "${i3Path}/" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1 cat << EOF > ${i3Path}/config # Generated by I38 (${0##*/}) https://github.com/stormdragon2976/I38