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 1e3ac99 commit 6b99000Copy full SHA for 6b99000
piratebox/piratebox/init.d/piratebox
@@ -94,7 +94,7 @@ case "$1" in
94
find $PIRATEBOX/tmp/ -exec rm {} \;
95
96
if [ "$CUSTOM_DIRLIST_COPY" = "yes" ]; then
97
- echo "Copy over design files"
+ echo "Copy over directory design files"
98
$PIRATEBOX/bin/distribute_files.sh $SHARE_FOLDER/Shared
99
fi
100
piratebox/piratebox/init.d/piratebox_alt
@@ -87,7 +87,7 @@ case "$1" in
87
88
89
90
91
92
93
0 commit comments