From f6a3686de4e0ed6e5882bb125184be1b522f513f Mon Sep 17 00:00:00 2001 From: gehelem Date: Mon, 26 Dec 2022 11:40:45 +0100 Subject: [PATCH] work in progress --- deploy.sh | 1 + src/app/prop/prop.component.html | 2 +- src/datastructure/datastore.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 2f402dc..f8b015e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,5 @@ ng build +sudo rm -Rf /var/www/html/* sudo cp -R ./dist/* /var/www/html sudo chown -R www-data /var/www/html/ sudo service nginx restart diff --git a/src/app/prop/prop.component.html b/src/app/prop/prop.component.html index 8c89cd5..19cb771 100644 --- a/src/app/prop/prop.component.html +++ b/src/app/prop/prop.component.html @@ -64,7 +64,7 @@ - + diff --git a/src/datastructure/datastore.ts b/src/datastructure/datastore.ts index 8cf167d..afaccae 100644 --- a/src/datastructure/datastore.ts +++ b/src/datastructure/datastore.ts @@ -8,7 +8,7 @@ export class Datastore { //currentMod: string='focus1'; //currentDev: string='Control'; //currentGrp: string=''; - currentMod: string='allsky'; + currentMod: string='guider1'; currentDev: string='Controls'; currentGrp: string='';