mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
single space removed
This commit is contained in:
parent
1f77b3d767
commit
689b060a5b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if [ -f /etc/iiab/iiab.env ]; then
|
|||
STAGE=0
|
||||
rm /etc/iiab/iiab.env
|
||||
echo "Removed /etc/iiab/iiab.env effectively resetting STAGE (counter)."
|
||||
elif [ "$1" == "--reinstall" ]; then
|
||||
elif [ "$1" == "--reinstall" ]; then
|
||||
STAGE=0
|
||||
sed -i 's/^STAGE=.*/STAGE=0/' /etc/iiab/iiab.env
|
||||
echo "Wrote STAGE=0 (counter) to /etc/iiab/iiab.env"
|
||||
|
|
Loading…
Add table
Reference in a new issue