mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Update install
This commit is contained in:
parent
8fbbaf4aea
commit
1cc5ea8a4f
1 changed files with 3 additions and 3 deletions
|
@ -123,9 +123,9 @@ ln -sd $datapath/_data $final_path/_data
|
|||
ln -sd $datapath/upload $final_path/upload
|
||||
ln -sd $datapath/galleries $final_path/galleries
|
||||
|
||||
cp -Rp $tmpdir/_data/. $final_path/_data
|
||||
cp -Rp $tmpdir/upload/. $final_path/upload
|
||||
cp -Rp $tmpdir/galleries/. $final_path/galleries
|
||||
cp -Rp $tmpdir/_data/.$final_path/_data
|
||||
cp -Rp $tmpdir/upload/.$final_path/upload
|
||||
cp -Rp $tmpdir/galleries/.$final_path/galleries
|
||||
|
||||
chown -R $app: $final_path
|
||||
chown -R $app: $datapath
|
||||
|
|
Loading…
Add table
Reference in a new issue