cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-10 16:14:59 +03:00
parent 61ac064215
commit 04989c47a2
2 changed files with 15 additions and 12 deletions

View File

@ -147,6 +147,12 @@ normpath(){
# see:
# https://pve.proxmox.com/wiki/Linux_Container
getLatestTemplate(){
if [ $DRY_RUN ] ; then
[ -z $2 ] \
|| eval "$2=${CT_TEMPLATE:-\\\$CT_TEMPLATE}"
return
fi
#IFS=$'\n'
#@ pveam update

View File

@ -1,5 +1,8 @@
%.srv:
$*/make.sh
config.global: config.global.example
vim "+0r config.global.example" $@
@ -14,28 +17,22 @@ gate: ./gate-traefik
.PHONY: ns
ns:
$@/make.sh
ns: ns.srv
.PHONY: ssh
ssh:
$@/make.sh
ssh: ssh.srv
.PHONY: wireguard
wireguard:
$@/make.sh
wireguard: wireguard.srv
.PHONY: syncthing
syncthing:
$@/make.sh
syncthing: syncthing.srv
.PHONY: nextcloud
nextcloud:
$@/make.sh
nextcloud: nextcloud.srv
.PHONY: gitea
gitea:
$@/make.sh
gitea: gitea.srv
.PHONY: all