Skip to content
Snippets Groups Projects
Commit 955aa86c authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Small changes to the update web interface shell script

parent 1abe81c9
No related branches found
No related tags found
No related merge requests found
......@@ -83,11 +83,13 @@ echo ""
# REMOVE the contents of the bashscripts folder
rm -v bashscripts/*.sh
echo "Removed all the contents of the \"bashscripts\" folder"
rmdir -v bashscripts
echo "Removed the \"bashscripts\" folder"
echo ""
#
# Change directory to the web home
cd $wwwhome
echo "Changed directory back to $wwwhome"
# Make the img folder again
mkdir -v bashscripts
echo "Remade the \"bashscripts\" folder"
# Copy the bashscript files
cp -v $dfallhome"/bashscripts/"*.sh $wwwhome"/bashscripts/"
echo "Copied across the \"bashscripts\" folder contents"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment