mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
entrypoint.sh: removed quotes from conditional statement
This commit is contained in:
parent
a84c01736e
commit
6a239a2179
@ -832,7 +832,7 @@ appRake () {
|
||||
done
|
||||
read -p "Select a backup to restore: " file
|
||||
|
||||
if [[ ! -f "${GITLAB_BACKUP_DIR}/${file}" ]]; then
|
||||
if [[ ! -f ${GITLAB_BACKUP_DIR}/${file} ]]; then
|
||||
echo "Specified backup does not exist. Aborting..."
|
||||
return 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user