Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Feb 22, 2012
1 parent 20f685b commit 509621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Expand Up @@ -37,7 +37,7 @@ echo "--------------------------------------------------------------------------
export BASEDIR=$PWD
export HOMEDIR=$HOME
export ENVDIR=$1
if [ ! -d "$BASEDIR/configurations/$ENVDIR" ]; then
if [ ! -f "$BASEDIR/configurations/$ENVDIR" ]; then
echo "ERROR: Invalid environment directory"
exit 1
fi
Expand Down

0 comments on commit 509621a

Please sign in to comment.