mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Switch to manifest src handling - take 3
This commit is contained in:
parent
1d5e20a994
commit
6c271d55d2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#=================================================
|
||||
|
||||
ntfy_setup_source() {
|
||||
ynh_setup_source -d "$install_dir" -s "$YNH_ARCH"
|
||||
ynh_setup_source -d "$install_dir"
|
||||
mkdir -p "$install_dir/data"
|
||||
chown -R $app:$app "$install_dir"
|
||||
chmod -R 750 "$install_dir/data"
|
||||
|
|
Loading…
Add table
Reference in a new issue