diff --git a/buildLibs b/buildLibs index b012e75..3c6aa25 100644 --- a/buildLibs +++ b/buildLibs @@ -98,10 +98,10 @@ function create_project_fs(){ # Deploya i sorgenti function deploy(){ echo "Deleting old build (Private)" - rm -rf "$APPLICATION_PRIVATE/*" + rm -rf "$APPLICATION_PRIVATE/"* echo "Deleting old build (Public)" - rm -rf "$APPLICATION_PUBLIC/*" + rm -rf "$APPLICATION_PUBLIC/"* echo "Deploying new build (Private)" diff --git a/buildLibs~ b/buildLibs~ index 591624a..b012e75 100644 --- a/buildLibs~ +++ b/buildLibs~ @@ -117,7 +117,7 @@ function deploy(){ chmod -R a+x "$APPLICATION_BINARY_PATH" chmod -R a+x "$APPLICATION_CRON_PATH" - chmod -R a+x "$APPLICATION_TASK_PATH" +# chmod -R a+x "$APPLICATION_TASK_PATH" }