diff options
author | M.Gergo | 2020-03-26 03:27:56 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-26 03:27:56 +0100 |
commit | f5c88cbab227449ae2c1f000d9911499f6065315 (patch) | |
tree | 7289ade8ca8a81b057f3971214a14dca89cbb568 | |
parent | eda9d0ccda758e677fd0f1f67942057339c5ca99 (diff) | |
download | mayor-f5c88cbab227449ae2c1f000d9911499f6065315.tar.gz mayor-f5c88cbab227449ae2c1f000d9911499f6065315.zip |
checkupdate
-rwxr-xr-x | checkupdate.sh | 3 | ||||
-rw-r--r-- | egyéb/nextcloud/mayor-nextcloud.cfg.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/checkupdate.sh b/checkupdate.sh index f094e685..47febde4 100755 --- a/checkupdate.sh +++ b/checkupdate.sh @@ -39,7 +39,8 @@ if [ $? == 0 ]; then git tag -a "rev$nrev" -m "Rev: $nrev" fi + + git checkout @{-1} fi -git checkout master
\ No newline at end of file diff --git a/egyéb/nextcloud/mayor-nextcloud.cfg.php b/egyéb/nextcloud/mayor-nextcloud.cfg.php index d8092054..2441c2aa 100644 --- a/egyéb/nextcloud/mayor-nextcloud.cfg.php +++ b/egyéb/nextcloud/mayor-nextcloud.cfg.php @@ -14,7 +14,7 @@ $db['m2n_db'] = "mayor_to_nextcloud"; $db['m2n_prefix'] = "m2n_"; $db['nxt_dbname'] = "Nextcloud"; $db['nxt_prefix'] = "oc_"; -//$db['mayor_host'] = ""; +//$db['mayor_host'] = ""; //$db['mayor_port'] = ""; //$db['mayor_user'] = ""; //$db['mayor_pass'] = ""; |