3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-04-27 15:27:02 +10:00
parent e59b966e82
commit 7b83e4bc1f
2 changed files with 1 additions and 1 deletions

0
dashboard/update.sh Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
(cd $SCRIPT_PATH && git pull) (cd $SCRIPT_PATH && git reset --hard HEAD && git pull)