mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
installer: remove old workaround
This commit is contained in:
parent
55e4e45dac
commit
f9dd232a39
@ -29,12 +29,7 @@ if [ "$(id -u)" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -f /tmp/install_complete
|
||||
|
||||
# XXX ideally the exit code could tell us what /tmp/install_complete tried to do
|
||||
bsdinstall opnsense
|
||||
|
||||
if [ ! -f /tmp/install_complete ]; then
|
||||
if ! bsdinstall opnsense; then
|
||||
echo "The installation was aborted."
|
||||
echo
|
||||
exit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user