1
0
Fork 0
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:
Clément 2016-09-01 08:34:18 +02:00
parent a77ab86a38
commit 6c20bf75d9

View file

@ -44,7 +44,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd
# Copy files to the right place # Copy files to the right place
sudo mkdir -p $FINAL_PATH 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 -a ../conf/config.php $FINAL_PATH/data
sudo cp ../sources/install_ynh.sql $FINAL_PATH/app/SQL/install_ynh.sql sudo cp ../sources/install_ynh.sql $FINAL_PATH/app/SQL/install_ynh.sql