Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
junglert committed Sep 21, 2020
1 parent 7f7aea8 commit c4a69fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ case "$package" in
if test -f $index_path_debian/index.html;
then
sudo mv $index_path_debian/index.html $index_path_debian/index.html.bkp
echo "index.html deleted"
echo "index.html renamed to index.html.bkp"
sudo cp $site_name $index_path_debian/
sudo chown $user:users $index_path_debian/$site_name
echo "Index file moved to $index_path_debian/$site_name"
Expand Down

0 comments on commit c4a69fd

Please sign in to comment.