mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix][wip]sudo to avoid permission problems
This commit is contained in:
parent
a77ab86a38
commit
6c20bf75d9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd
|
|||
|
||||
# Copy files to the right place
|
||||
sudo mkdir -p $FINAL_PATH
|
||||
extract_freshrss "$FINAL_PATH"
|
||||
sudo extract_freshrss "$FINAL_PATH"
|
||||
sudo cp -a ../conf/config.php $FINAL_PATH/data
|
||||
sudo cp ../sources/install_ynh.sql $FINAL_PATH/app/SQL/install_ynh.sql
|
||||
|
||||
|
|
Loading…
Reference in a new issue