mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
Bin: fix db_pendings import.sh script
This commit is contained in:
@@ -12,7 +12,7 @@ function import() {
|
|||||||
pendingPath="$AC_PATH_ROOT/data/sql/updates/pending_$folder"
|
pendingPath="$AC_PATH_ROOT/data/sql/updates/pending_$folder"
|
||||||
updPath="$UPDATES_PATH/$folder"
|
updPath="$UPDATES_PATH/$folder"
|
||||||
|
|
||||||
latestUpd=`ls $updPath/ -1 | tail -n 1`
|
latestUpd=`ls -1 $updPath/ | tail -n 1`
|
||||||
|
|
||||||
if [ -z $latestUpd ]; then
|
if [ -z $latestUpd ]; then
|
||||||
echo "FIRST UPDATE FILE MISSING!! DID YOU ARCHIVED IT?";
|
echo "FIRST UPDATE FILE MISSING!! DID YOU ARCHIVED IT?";
|
||||||
|
|||||||
Reference in New Issue
Block a user