Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Revert "customs to fanatics migration"
Browse files Browse the repository at this point in the history
This reverts commit 4cde5b7.
  • Loading branch information
codynguyen1116 committed Mar 1, 2016
1 parent 720345d commit 2eb71ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p /media/backups/$now
#Source file for database passwords
source /media/backups/pass.sh

databases=(shared meta en fanatics stories ideas admin dev globalblocking data nl answers books)
databases=(shared meta en customs stories ideas admin dev globalblocking data nl answers books)

echo "backing up dbs"

Expand Down
2 changes: 1 addition & 1 deletion postUserMerge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ read -p "Username/IP to transfer from: " fromuser
read -p "Username/IP to transfer to: " touser

# all wikis
WIKIS=(meta dev en fanatics stories ideas admin data answers books minifigures)
WIKIS=(meta dev en customs stories ideas admin data answers books minifigures)

# execute
for wiki in $WIKIS
Expand Down
2 changes: 1 addition & 1 deletion projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#runs the given script on all wikis in our farm

WIKIS=(meta dev en fanatics stories ideas admin data answers books minifigures)
WIKIS=(meta dev en customs stories ideas admin data answers books minifigures)

for wiki in $WIKIS
do
Expand Down

0 comments on commit 2eb71ae

Please sign in to comment.