user home ipfs
This commit is contained in:
@@ -230,6 +230,7 @@ up: docker-compose-up ufw-update app-start ## Create application dockers
|
||||
# on local host
|
||||
.PHONY: update app-update
|
||||
update: update-app app-update ## Update application files
|
||||
git pull
|
||||
|
||||
# target upgrade app-upgrade: Upgrade application
|
||||
# on local host
|
||||
|
||||
+1
-1
@@ -179,7 +179,7 @@ RESU = $(strip \
|
||||
$(eval niamod := $(subst $(space),.,$(strip $(call reverse,$(subst ., ,$(domain)))))) \
|
||||
$(eval resu := $(subst $(space),.,$(strip $(call reverse,$(subst ., ,$(user)))))) \
|
||||
$(eval resu.niamod := $(niamod).$(resu)) \
|
||||
$(eval resu.path := $(subst .,/,$(resu_niamod))) \
|
||||
$(eval resu.path := $(subst .,/,$(resu.niamod))) \
|
||||
$(eval user.domain := $(user).$(domain)) \
|
||||
$(user.domain) \
|
||||
, $(USER) \
|
||||
|
||||
Reference in New Issue
Block a user