Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
89b170310d |
@@ -41,7 +41,7 @@ create_user_symlinks() {
|
|||||||
op="$1"; shift
|
op="$1"; shift
|
||||||
|
|
||||||
case $op in
|
case $op in
|
||||||
create) openrc_live; create_user_symlinks ;;
|
create) create_user_symlinks ;;
|
||||||
add) svc_add_help ;;
|
add) svc_add_help ;;
|
||||||
del) svc_del_help ;;
|
del) svc_del_help ;;
|
||||||
*) echo >&2 " Invalid operation '$op'"; exit 1 ;;
|
*) echo >&2 " Invalid operation '$op'"; exit 1 ;;
|
||||||
|
Reference in New Issue
Block a user