Fix a benign error /usr/bin/nwipe_launcher: line 126: [: ==: Unary operator expected, that occurs when nwipe exits. The error only occured if there were no nwipe_options specified on the linux command line in grub.cfg

This commit is contained in:
PartialVolume
2023-07-02 12:40:40 +01:00
parent 67bc6c91e0
commit 584b9ec5bd
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ trap "echo" INT
country_code=""
nwipe_options_string=""
lftp_command_line=""
autopoweroff=0
echo "[`date`] lftp log" > lftp.log

View File

@@ -1 +1 @@
2021.08.2_23.4_x86-64_0.34
2021.08.2_23.5_x86-64_0.34