From 8e229f600bad7005be6c6b80488e466f70e2da4d Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 19 Sep 2013 16:41:30 -0700 Subject: [PATCH] Rename install script to a2pi-setup --- src/{install.sh => a2pi-setup.sh} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename src/{install.sh => a2pi-setup.sh} (89%) diff --git a/src/install.sh b/src/a2pi-setup.sh similarity index 89% rename from src/install.sh rename to src/a2pi-setup.sh index 5a42815..fe8cbe2 100755 --- a/src/install.sh +++ b/src/a2pi-setup.sh @@ -1,5 +1,4 @@ #!/bin/bash - # # Update /boot partition files. # @@ -29,3 +28,9 @@ fi # Disable joystick as a mouse in X # cp 11-joy.conf /usr/share/X11/xorg.conf.d +# +# Make sure a2mount is executable +# +if [ -f /usr/local/bin/a2mount ] ; then + chmod +x /usr/local/bin/a2mount +fi