mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
[fix] '_common' script do not exists.
This commit is contained in:
parent
07745b21c3
commit
41e4030655
2 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
set -e
|
||||
source .fonctions
|
||||
source ./_common
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
ynh_check_error # Active trap pour arrêter le script si une erreur est détectée.
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
source ./_common.sh
|
||||
|
||||
app="jappix"
|
||||
|
||||
# Retrieve arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue