mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Remove unused code from manage.sh
This commit is contained in:
parent
835dcb15d7
commit
f92df1d171
1 changed files with 1 additions and 5 deletions
|
@ -31,7 +31,7 @@ function run_image {
|
|||
}
|
||||
|
||||
function usage {
|
||||
echo "USAGE: $0 [ build | run | start ]"
|
||||
echo "USAGE: $0 [ build | run]"
|
||||
}
|
||||
|
||||
case $1 in
|
||||
|
@ -41,10 +41,6 @@ case $1 in
|
|||
run)
|
||||
run_image
|
||||
;;
|
||||
|
||||
start)
|
||||
start_local
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue