Bladeren bron

fix chown to root

lapineige 1 jaar geleden
bovenliggende
commit
c8073c748b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -158,7 +158,7 @@ ynh_store_file_checksum --file="/etc/cron.d/$app"
 #=================================================
 
 # Set permissions to app files
-chown -R root: $final_path
+chown -R $app: $final_path
 
 #=================================================
 # GENERIC FINALIZATION