_cd_to_site: Don't run the rest of the script

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 15:49:03 +01:00
parent 227c6ef7fb
commit a3e30a3e0a

1
qsgen2
View File

@ -202,6 +202,7 @@ case "$1" in
;; ;;
cd) cd)
_cd_to_site ${2} _cd_to_site ${2}
exit
;; ;;
force) force)
_msg sub "- Forced Update: Generating Everything" _msg sub "- Forced Update: Generating Everything"