Skip to content

Commit 6b99000

Browse files
committed
init scripts: More verbose "copy" message
1 parent 1e3ac99 commit 6b99000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

piratebox/piratebox/init.d/piratebox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ case "$1" in
9494
find $PIRATEBOX/tmp/ -exec rm {} \;
9595

9696
if [ "$CUSTOM_DIRLIST_COPY" = "yes" ]; then
97-
echo "Copy over design files"
97+
echo "Copy over directory design files"
9898
$PIRATEBOX/bin/distribute_files.sh $SHARE_FOLDER/Shared
9999
fi
100100

piratebox/piratebox/init.d/piratebox_alt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ case "$1" in
8787
find $PIRATEBOX/tmp/ -exec rm {} \;
8888

8989
if [ "$CUSTOM_DIRLIST_COPY" = "yes" ]; then
90-
echo "Copy over design files"
90+
echo "Copy over directory design files"
9191
$PIRATEBOX/bin/distribute_files.sh $SHARE_FOLDER/Shared
9292
fi
9393

0 commit comments

Comments
 (0)