11 lines
268 B
Bash
11 lines
268 B
Bash
#!/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
|
|
|
|
|