Skip to content

Commit

Permalink
Missing quote
Browse files Browse the repository at this point in the history
Sorry. Making changes from a chromebook. :)
  • Loading branch information
BoiseComputer authored Feb 16, 2019
1 parent 5c603da commit d953a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/atlasmanager
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set +o allexport

# Script version
atlasstVersion='1.8'
atlasstTag='v1.8.4.6'
atlasstTag='v1.8.4.7'
atlasstCommit='0d683ea82e0c7f367e0992f0211e07f6f5b45b7c'
atlasstGithubRepo="BoiseComputer/atlas-server-tools"
atlasstRootUseEnv=''
Expand Down Expand Up @@ -1404,7 +1404,7 @@ else
local redisPort=$(sed -n -e 's/\r//g;s/^port //p' "$redis_config_file"); #sed 's/\r//g' is being used to remove a line carriage in the redis.conf file.
redis-cli -p "$redisPort" -a "$redisPassword" bgsave
echo -ne "${NORMAL} Compressing Backup "
mkdir -p "${atlasbackupdir}/${daystamp}/
mkdir -p "${atlasbackupdir}/${daystamp}/"
tar -jcf "${atlasbackupdir}/${daystamp}/${redisDBFilename}.${datestamp}.tar.bz2" "${redisBackupPath}/${redisDBFilename}"
if [ -f "${atlasbackupdir}/${daystamp}/${redisDBFilename}.${datestamp}.tar.bz2" ]; then
echo -e "${NORMAL}\e[68G[ ${GREEN}OK${NORMAL} ]"
Expand Down

0 comments on commit d953a2c

Please sign in to comment.