Inviato al Server il primo freeplanet.app
e popolodelnuovomondo.insiemesipuo.app
This commit is contained in:
22
__termine.sh
Normal file
22
__termine.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
if [ "$site" = "" ]; then
|
||||
echo "Lancio senza Parametri !"
|
||||
else
|
||||
echo "TERMINA DI LAVORARE SU $site: (Sovrascrivo !)"
|
||||
echo "TERMINA DI LAVORARE SU $site: (Sovrascrivo !)" > now.txt
|
||||
|
||||
rmdir __$site
|
||||
|
||||
cp -R _ALL_SITES/$site _BAK/4/
|
||||
|
||||
cp -R src/db _ALL_SITES/$site/
|
||||
cp -R src/statics _ALL_SITES/$site/
|
||||
cp -R ./quasar.conf.js _ALL_SITES/$site/
|
||||
cp -R ./package.json _ALL_SITES/$site/
|
||||
cp -R ./.env.development _ALL_SITES/$site/
|
||||
cp -R ./.env.production _ALL_SITES/$site/
|
||||
cp -R ./.env.test _ALL_SITES/$site/
|
||||
mkdir _ALL_SITES/$site/root
|
||||
cp -R src/root/home _ALL_SITES/$site/root/
|
||||
|
||||
fi
|
||||
Reference in New Issue
Block a user