diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index 3430a87..9b5d687 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -13,8 +13,8 @@ alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon" # ofbiz specific -alias resetTestDb="dropdb ofbiz && createdb ofbiz && ./gradlew ofbiz -l readers=seed,seed-initial -l delegator=test" -alias testRfid="./gradlew ofbiz --test component=rfid --test delegator=test" +alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers=seed,seed-initial -l delegator=test"' +alias testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"' alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \ -dNOPAUSE -dBATCH -dColorImageResolution=150 \ -sOutputFile=output.pdf"