🔨Fix error

This commit is contained in:
Leon 2021-07-18 17:33:08 +08:00 committed by GitHub
parent f3c108faaa
commit d94d916d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ chmod 755 $extra_shell_path
echo -e "1panghu999\n2JDHelloWorld\n3he1pu\n4shufflewzc"
echo -n "输入你想拉取的仓库编号(默认为 4):"
read -r defaultNum
defualtNum=${defaultNum:-'4'}
defaultNum=${defaultNum:-'4'}
sed -i "s/\$default4/\$default$defaultNum/g" $extra_shell_path
# 将 extra.sh 添加到定时任务