Added missing exe calls and raised sequence revision

This commit is contained in:
2019-04-30 10:29:44 +02:00
parent 600667c25b
commit cb6ee47496

View File

@@ -37,10 +37,10 @@ step_3() {
step_4_info() { echo "Create required directory structure"; } step_4_info() { echo "Create required directory structure"; }
step_4() { 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 chown -R git: /var/lib/gitea/
exe chmod -R 750 /var/lib/gitea/ exe chmod -R 750 /var/lib/gitea/
mkdir /etc/gitea exe mkdir /etc/gitea
exe chown root:git /etc/gitea exe chown root:git /etc/gitea
exe chmod 770 /etc/gitea exe chmod 770 /etc/gitea
echo "Copying gitea to global location and making it executable" echo "Copying gitea to global location and making it executable"
@@ -139,7 +139,7 @@ step_20() {
} }
# Sequence Revision # Sequence Revision
VERSION_SEQREV=1 VERSION_SEQREV=2
# Workaround when called from different directory # Workaround when called from different directory
# Not needed when path to sequencer is absolut # Not needed when path to sequencer is absolut