diff --git a/install b/install index b517254..74d3c95 100644 --- a/install +++ b/install @@ -13,9 +13,8 @@ fi # Copy files to the right place final_path=/var/www/yourls sudo mkdir -p $final_path -sudo cp -a ../sources/* $final_path +pwd +#sudo cp -a ../sources/* $final_path # Set permissions -sudo chown -R www-data: $final_path - -pwd \ No newline at end of file +#sudo chown -R www-data: $final_path \ No newline at end of file