OSDN Git Service

[fix] : Fixed FascodeNet/alterlinux#232
authorhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 15:42:52 +0000 (00:42 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 31 Dec 2020 15:42:52 +0000 (00:42 +0900)
alterlinux-desktop-file/alterlinux-desktop-file

index 83ac232..17067c4 100755 (executable)
@@ -23,6 +23,7 @@ _help() {
     echo "                        by the presence or absence of the installer."
     echo
     echo "         --alterlive    Remove the file for live session"
+    echo "                        If you specify --alterlive, --live is also specified automatically."
 }
 
 # Argument analysis and processing
@@ -56,6 +57,7 @@ while true; do
             ;;
         --alterlive)
             alterlive=true
+            checklive=true
             shift 1
             ;;
         --)