mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
fix indent
This commit is contained in:
parent
0e94668abf
commit
e17eca60bf
1 changed files with 10 additions and 14 deletions
4
ynh-dev
4
ynh-dev
|
@ -361,7 +361,6 @@ EOF
|
||||||
npm run dev
|
npm run dev
|
||||||
;;
|
;;
|
||||||
yunohost-admin-build)
|
yunohost-admin-build)
|
||||||
|
|
||||||
if [[ ! -e "/usr/share/yunohost/admin-bkp" ]]
|
if [[ ! -e "/usr/share/yunohost/admin-bkp" ]]
|
||||||
then
|
then
|
||||||
info "Backuping base yunohost-admin sources"
|
info "Backuping base yunohost-admin sources"
|
||||||
|
@ -379,9 +378,6 @@ EOF
|
||||||
*)
|
*)
|
||||||
error "Invalid package '${PACKAGES[i]}': correct arguments are 'yunohost', 'ssowat', 'moulinette', 'yunohost-admin' or nothing for all"
|
error "Invalid package '${PACKAGES[i]}': correct arguments are 'yunohost', 'ssowat', 'moulinette', 'yunohost-admin' or nothing for all"
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
error "Invalid package '${PACKAGES[i]}': correct arguments are 'yunohost', 'ssowat', 'moulinette', 'yunohost-admin' or nothing for all"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue