Final edits
- Make all cgi-bin and init files executable - Move NTP contribution fix from package --> to be appart of sdxpinn-patch - Edited ntp fi location - Added additional service triggers to primary service quecmanager-services
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#/bin/bash
|
||||
|
||||
# Check if the script is run as root. If not, rerun with sudo.
|
||||
if [ "$(id -u)" -ne 0 ]; then
|
||||
echo "Script is not running as root. Re-executing with sudo..."
|
||||
exec sudo "$0" "$@"
|
||||
fi
|
||||
|
||||
find ./ -type f -exec chmod +x {} \;
|
||||
exit 0
|
||||
Reference in New Issue
Block a user