Skip to content
Snippets Groups Projects
Verified Commit 5fb46494 authored by David Beniamine's avatar David Beniamine
Browse files

Fix script not executable

parent f82f118c
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ do
script="$DIR/upgrade$mod.sh"
if [ -f $script ]
then
$script
/bin/bash $script
fi
done
services="`checkrestart | awk '/^service/{print $2} /^systemctl/{print $3}'` \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment