fix indent

This commit is contained in:
axolotle 2023-04-04 16:46:18 +02:00
parent 0e94668abf
commit e17eca60bf

View file

@ -361,7 +361,6 @@ EOF
npm run dev
;;
yunohost-admin-build)
if [[ ! -e "/usr/share/yunohost/admin-bkp" ]]
then
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"
;;
esac
done
}