diff --git a/scripts/remove b/scripts/remove index af0c466..246bd95 100644 --- a/scripts/remove +++ b/scripts/remove @@ -3,7 +3,7 @@ # Exit on command errors and treat unset variables as an error set -u -if [ ! -e ._common ]; then +if [ ! -e _common ]; then # Get file fonction if not been to the current directory sudo cp ../settings/scripts/_common ./_common sudo chmod a+rx _common diff --git a/scripts/restore b/scripts/restore index 7ae028a..d1e4884 100644 --- a/scripts/restore +++ b/scripts/restore @@ -3,7 +3,7 @@ # causes the shell to exit if any subcommand or pipeline returns a non-zero status set -eu -if [ ! -e ._common ]; then +if [ ! -e _common ]; then # Get file fonction if not been to the current directory sudo cp ../settings/scripts/_common ./_common sudo chmod a+rx _common diff --git a/scripts/upgrade b/scripts/upgrade index d7dfcf6..371ffd1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -3,7 +3,7 @@ # Exit on command errors and treat unset variables as an error set -eu -if [ ! -e ._common ]; then +if [ ! -e _common ]; then # Get file fonction if not been to the current directory sudo cp ../settings/scripts/_common ./_common sudo chmod a+rx _common