@ -18,10 +18,7 @@
trap ControlC INT
ControlC () {
sudo killall journalctl
if [ $? -ne 0 ]; then
exit 0
fi
echo "caught SIGINT"
}
InstallSystem () {
@ -237,8 +234,8 @@ LogMenu () {
GetModuleProcess $module_c
sudo journalctl -u $process -f
done
ans=
MaintenanceMenu () {
@ -328,6 +325,7 @@ MaintenanceMenu () {
BaseState
ans=''
# get defined modules from the config file
Powered by TurnKey Linux.