Kayou il y a 6 ans
Parent
commit
a22dabea12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -244,7 +244,7 @@ install -o root -g root -m 0755 ../conf/$service_name /usr/local/bin/
 mkdir -pm 0755 ${final_path}/
 cp -a ../sources/* ${final_path}/
 
-chown -R www-data: ${final_path}/
+chown -R $app: ${final_path}/
 chmod -R 0644 ${final_path}/*
 find ${final_path}/ -type d -exec chmod +x {} \;