aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2021-11-10 17:50:08 +0100
committerGitea <gitea@fake.local>2021-11-10 17:50:08 +0100
commit288d1e1b0b31da6c166daf45cb9d504fe965af2c (patch)
tree0139570066afa90489ad384c427e002da98f15d1 /shared
parent3d03ee87c1f4b0f1d81be72fd771f8856ac84915 (diff)
downloadelectrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.tar.gz
electrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.tar.bz2
electrode-288d1e1b0b31da6c166daf45cb9d504fe965af2c.zip
Update
Diffstat (limited to 'shared')
-rwxr-xr-x[-rw-r--r--]shared/bootstrap.js0
-rwxr-xr-x[-rw-r--r--]shared/updates.js0
-rwxr-xr-x[-rw-r--r--]shared/updates.sh5
3 files changed, 3 insertions, 2 deletions
diff --git a/shared/bootstrap.js b/shared/bootstrap.js
index 566be3a..566be3a 100644..100755
--- a/shared/bootstrap.js
+++ b/shared/bootstrap.js
diff --git a/shared/updates.js b/shared/updates.js
index b3ea281..b3ea281 100644..100755
--- a/shared/updates.js
+++ b/shared/updates.js
diff --git a/shared/updates.sh b/shared/updates.sh
index 3eb5014..0e8387f 100644..100755
--- a/shared/updates.sh
+++ b/shared/updates.sh
@@ -15,6 +15,7 @@ fi
echo "updater: Extracting..."
+rm -dr ./Neutron-trunk
unzip trunk.zip
code=$?
if [[ $code -eq 0 || $code -eq 2 ]]; then
@@ -42,7 +43,7 @@ rm -dr ./public/index.php
echo "updater: Installing..."
-cp -r Neutron-Core-trunk/* ./public/
+cp -r Neutron-trunk/* ./public/
code=$?
if [[ $code -eq 0 ]]; then
echo "updater: Success"
@@ -53,7 +54,7 @@ else
exit $code
fi
-rm -dr Neutron-Core-trunk/
+rm -dr Neutron-trunk/
code=$?
if [[ $code -eq 0 ]]; then
echo "updater: Success"