1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-18 20:02:31 +02:00

Minor: remove whitespace + exit status

This commit is contained in:
billz 2023-10-21 08:59:13 +01:00
parent a527221247
commit 4cc88a881f

View File

@ -563,7 +563,6 @@ function _check_for_old_configs() {
sudo ln -sf "${raspap_dir}/backups/${filename}.`date +%F-%R`" "${raspap_dir}/backups/${filename}"
fi
done
fi
_install_status 0
}
@ -608,7 +607,6 @@ function _default_configuration() {
fi
_install_status 0
exit 0
fi
}