1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Add set -u

This commit is contained in:
Rafi59 2017-06-18 09:56:18 +02:00 committed by GitHub
parent b3e33c5bde
commit 427657233f

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -u
# This is a multi-instance app, meaning it can be installed several times independently
# The id of the app as stated in the manifest is available as $YNH_APP_ID
# The instance number is available as $YNH_APP_INSTANCE_NUMBER (equals "1", "2", ...)