Make /script/* executable

This commit is contained in:
iamromulan
2024-05-10 14:53:31 -04:00
parent af05f087c7
commit 43e680697f

View File

@@ -165,6 +165,7 @@ echo -e "\e[1;31m2) Installing simpleadmin from the $GITTREE branch\e[0m"
sleep 1
cd /
chmod +x $SIMPLE_ADMIN_DIR/www/cgi-bin/*
chmod +x $SIMPLE_ADMIN_DIR/script/*
cp -rf $SIMPLE_ADMIN_DIR/systemd/* /lib/systemd/system
sleep 1
systemctl daemon-reload