From 81c32e948188aab83878ea8716ba400667cae9c7 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 22 Mar 2016 21:47:37 -0400 Subject: [PATCH] accounting for new paths --- install-chunkymap-on-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-chunkymap-on-ubuntu.sh b/install-chunkymap-on-ubuntu.sh index e698ff9..02af19f 100644 --- a/install-chunkymap-on-ubuntu.sh +++ b/install-chunkymap-on-ubuntu.sh @@ -61,7 +61,7 @@ rm "$CHUNKYMAP_DEST/install-chunkymap-on-windows.py" #cp -f "$CHUNKYMAP_INSTALLER_PATH/minetestmapper-expertmm.py" "$CHUNKYMAP_DEST/" #cp --no-clobber $CHUNKYMAP_INSTALLER_PATH/chunkymap-signals* "$CHUNKYMAP_DEST/" #cd "$CHUNKYMAP_INSTALLER_PATH" -python replace-with-current-user.py # the py file only manipulates the shell scripts that must run as root but use regular user's minetest +python "$CHUNKYMAP_DEST/replace-with-current-user.py" # the py file only manipulates the shell scripts that must run as root but use regular user's minetest # so chmod those files AFTER running the py above (since it rewrites them and therefore removes x attribute if present):