Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 26, 2024
1 parent 647459b commit fbc2de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD=202112181
PASS=$(openssl rand -base64 32|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
DBPASS=$(openssl rand -base64 24|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
SERVERID=$(openssl rand -base64 12|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
REPO=ATSiCorp/linkpanel
REPO=ATSiCorp/LinkPanel
if [ -z "$1" ];
BRANCH=main
then
Expand Down
2 changes: 1 addition & 1 deletion installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD=202112181
PASS=$(openssl rand -base64 32|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
DBPASS=$(openssl rand -base64 24|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
SERVERID=$(openssl rand -base64 12|sha256sum|base64|head -c 32| tr '[:upper:]' '[:lower:]')
REPO=ATSiCorp/linkpanel
REPO=ATSiCorp/LinkPanel
if [ -z "$1" ];
BRANCH=main
then
Expand Down

0 comments on commit fbc2de8

Please sign in to comment.