Browse Source

working on updater

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
458e1186a2
  1. 2
      update-chunkymap-on-ubuntu-from-web.sh

2
update-chunkymap-on-ubuntu-from-web.sh

@ -20,9 +20,11 @@ fi
if [ -f "$CHUNKYMAP_DEST/update-chunkymap-installer-only.sh" ]; then if [ -f "$CHUNKYMAP_DEST/update-chunkymap-installer-only.sh" ]; then
sh "$CHUNKYMAP_DEST/update-chunkymap-installer-only.sh" sh "$CHUNKYMAP_DEST/update-chunkymap-installer-only.sh"
#further instructions are in separate file in case updater was updated: #further instructions are in separate file in case updater was updated:
sleep .25
sh "$CHUNKYMAP_DEST/post-update.sh" sh "$CHUNKYMAP_DEST/post-update.sh"
else else
sh "$CHUNKYMAP_INSTALLER_DIR/update-chunkymap-installer-only.sh" sh "$CHUNKYMAP_INSTALLER_DIR/update-chunkymap-installer-only.sh"
#further instructions are in separate file in case updater was updated: #further instructions are in separate file in case updater was updated:
sleep .25
sh "$CHUNKYMAP_INSTALLER_DIR/post-update.sh" sh "$CHUNKYMAP_INSTALLER_DIR/post-update.sh"
fi fi

Loading…
Cancel
Save