mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Update install
Fix chmod for executable
This commit is contained in:
parent
6343d286d1
commit
92cc221c12
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ ynh_setup_source --dest_dir="$install_dir"
|
|||
executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")"
|
||||
ln -s "$executable" "/usr/bin/vikunja"
|
||||
|
||||
chmod +x "$install_dir/vikunja"
|
||||
chmod +x "$executable"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue