mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
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:
@@ -13,6 +13,7 @@ trap "echo" INT
|
||||
country_code=""
|
||||
nwipe_options_string=""
|
||||
lftp_command_line=""
|
||||
autopoweroff=0
|
||||
|
||||
echo "[`date`] lftp log" > lftp.log
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
2021.08.2_23.4_x86-64_0.34
|
||||
2021.08.2_23.5_x86-64_0.34
|
||||
|
||||
Reference in New Issue
Block a user