aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
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"