mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-21 09:52:15 +00:00
fix chown
This commit is contained in:
@@ -52,6 +52,7 @@ function update_script() {
|
|||||||
cd assets/
|
cd assets/
|
||||||
$STD yarn install
|
$STD yarn install
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
|
mkdir -p /opt/koillection/public/uploads
|
||||||
chown -R www-data:www-data /opt/koillection/public/uploads
|
chown -R www-data:www-data /opt/koillection/public/uploads
|
||||||
rm -r /opt/koillection-backup
|
rm -r /opt/koillection-backup
|
||||||
msg_ok "Updated Koillection"
|
msg_ok "Updated Koillection"
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ $STD php bin/console app:translations:dump
|
|||||||
cd assets/
|
cd assets/
|
||||||
$STD yarn install
|
$STD yarn install
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
|
mkdir -p /opt/koillection/public/uploads
|
||||||
chown -R www-data:www-data /opt/koillection/public/uploads
|
chown -R www-data:www-data /opt/koillection/public/uploads
|
||||||
msg_ok "Configured Koillection"
|
msg_ok "Configured Koillection"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user