fix UUID flag (#3)
This commit is contained in:
@@ -42,7 +42,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
description=${description:-"latest incremental backup"}
|
description=${description:-"latest incremental backup"}
|
||||||
uuid_cmdline=${uuid_cmdline:-"interactive"}
|
uuid_cmdline=${uuid_cmdline:-"none"}
|
||||||
|
|
||||||
if [[ $EUID -ne 0 ]]; then
|
if [[ $EUID -ne 0 ]]; then
|
||||||
printf "Script must be run as root.\n"
|
printf "Script must be run as root.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user