Added missing exe calls and raised sequence revision
This commit is contained in:
@@ -37,10 +37,10 @@ step_3() {
|
||||
|
||||
step_4_info() { echo "Create required directory structure"; }
|
||||
step_4() {
|
||||
mkdir -p /var/lib/gitea/{custom,data,log}
|
||||
exe mkdir -p /var/lib/gitea/{custom,data,log}
|
||||
exe chown -R git: /var/lib/gitea/
|
||||
exe chmod -R 750 /var/lib/gitea/
|
||||
mkdir /etc/gitea
|
||||
exe mkdir /etc/gitea
|
||||
exe chown root:git /etc/gitea
|
||||
exe chmod 770 /etc/gitea
|
||||
echo "Copying gitea to global location and making it executable"
|
||||
@@ -139,7 +139,7 @@ step_20() {
|
||||
}
|
||||
|
||||
# Sequence Revision
|
||||
VERSION_SEQREV=1
|
||||
VERSION_SEQREV=2
|
||||
|
||||
# Workaround when called from different directory
|
||||
# Not needed when path to sequencer is absolut
|
||||
|
Reference in New Issue
Block a user