This commit is contained in:
陆柯 2022-06-18 12:04:58 +08:00
parent eb2bc570b7
commit c7facbfcbf

View File

@ -7,7 +7,7 @@ else
echo "Configure private home settings" echo "Configure private home settings"
echo "Usage: setup.sh [Config-Source-Path] [User-Home-Path] [--AdotMode]" echo "Usage: setup.sh [Config-Source-Path] [User-Home-Path] [--AdotMode]"
echo echo
echo "=== Enter config <<SourcePath>> (leave blank for [/Users/luk.lu]/faronear/fon/sysconfig/nixhome):" echo "=== Enter config <<SourcePath>> or leave <<blank>> for [/Users/luk.lu]/faronear/fon/sysconfig/nixhome):"
read -p ">>> " SourcePath read -p ">>> " SourcePath
if [ ! $SourcePath ] if [ ! $SourcePath ]
then then