Remove comments
This commit is contained in:
parent
7a222289d0
commit
06e4db6145
|
@ -118,7 +118,6 @@ function restore_blocklist {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# this restores *.cfg and COMPLETION_FILE
|
|
||||||
if [ -d $USB_MOUNT/backup/blocklist ]; then
|
if [ -d $USB_MOUNT/backup/blocklist ]; then
|
||||||
echo $"Restoring blocklist"
|
echo $"Restoring blocklist"
|
||||||
temp_restore_dir=/root/tempblocklist
|
temp_restore_dir=/root/tempblocklist
|
||||||
|
|
|
@ -109,7 +109,6 @@ function restore_blocklist {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# this restores *.cfg and COMPLETION_FILE
|
|
||||||
if [ -d $USB_MOUNT/backup/blocklist ]; then
|
if [ -d $USB_MOUNT/backup/blocklist ]; then
|
||||||
echo $"Restoring blocklist"
|
echo $"Restoring blocklist"
|
||||||
temp_restore_dir=/root/tempblocklist
|
temp_restore_dir=/root/tempblocklist
|
||||||
|
|
Loading…
Reference in New Issue