commit a32ea547d08a54686751ac55993b09445f4f8e6c
parent 9a92f854db955576e9ffcec46053c4541cfb1799
Author: umhau <umhau@users.noreply.github.com>
Date: Tue, 1 Nov 2016 19:44:49 -0400
chmod vmc.sh
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/installvmc.sh b/installvmc.sh
@@ -51,6 +51,8 @@ sudo cp -r $scriptpath/functions/* $fdir/
# move vmc into user's path
sudo cp $scriptpath/vmc.sh /usr/local/bin/vmc.sh
+# set vmc.sh as executable
+sudo chmod +x /usr/local/bin/vmc.sh
# GET SPHINXTRAIN BINARIES ========================================================================