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

Fix double prefix

parent 80866bb6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ do ...@@ -36,7 +36,7 @@ do
script="$DIR/upgrade$mod.sh" script="$DIR/upgrade$mod.sh"
if [ -f $script ] if [ -f $script ]
then then
$DIR/$script $script
fi fi
done done
services="`checkrestart | awk '/^service/{print $2} /^systemctl/{print $3}'` \ 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