Skip to content

Commit 3bbb213

Browse files
committed
Fixed revert
1 parent d227ebb commit 3bbb213

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

10/10.3.3/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
docker build . --build-arg password=securepass
3+
docker build . --build-arg password=securepass \
4+
--tag=radstudio/pa-radserver-ib:10.4.1 --tag=radstudio/pa-radserver-ib:sydney

10/10.3.3/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ "$1" == '' ]; then
44
echo "RAD Server Docker pa-radserver-ib Configure Script";
55
echo "Required arguments: container hash or name";
6-
echo "ex: config.sh <TODO>";
6+
echo "ex: config.sh gracious_galois";
77
else
88
docker exec -it $1 sh -c "apt-get update && apt-get install -y nano ; nano /etc/ems/emsserver.ini; service apache2 restart"
99
fi

0 commit comments

Comments
 (0)