Skip to content
Snippets Groups Projects
Unverified Commit 50cf1f5f authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Do not restart stuff from base-files

parent f6315154
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ index 23598f9..33cd8fd 100755
fi
- "$i" start
+ fi
+ if [ -z "$root" -a "$pkgname" \!= "updater" ] && "$i" enabled; then
+ if [ -z "$root" -a "$pkgname" \!= "updater" -a "$pkgname" \!= "base-files" ] && "$i" enabled; then
+ "$i" restart
fi
done
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment