diff --git a/update_code.sh b/update_code.sh new file mode 100644 index 0000000..dccfe7e --- /dev/null +++ b/update_code.sh @@ -0,0 +1,10 @@ +#!/bin/bash +#Not that this should be run in order to update the code during updates + +rm -Rf ./EoQ_Supporting_Files +git clone https://git.telos.digital/PeterEdmond/EoQ_Supporting_Files.git + +rm -Rf /var/www/html/surveys +mv ./EoQ_Supporting_Files /var/www/html/surveys + +