Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 279abdd

Browse files
committed
Fix: no need for version parm
1 parent ebfeee7 commit 279abdd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/install_new_image.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

3-
if [ $# -eq 0 ]
4-
then
5-
echo "Usage: install_new_image.sh <release no>"
6-
exit
7-
fi
8-
93
set -e
104

115
cd /home/bmiller/Runestone/RunestoneServer/production

0 commit comments

Comments
 (0)