mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 19:38:32 +02:00
[ops] Fix minor issue for /cln/.zshrc in prod installer
This commit is contained in:
parent
cacd4abd9d
commit
2b2c40f65a
@ -1199,8 +1199,8 @@ case $OS in
|
||||
osGroupCreate "${CLN_GROUP}"
|
||||
osUserCreate "${CLN_USER}" "${CLN_HOME}" "${CLN_GROUP}"
|
||||
osSudo "${ROOT_USER}" chsh -s `which zsh` "${CLN_USER}"
|
||||
osSudo "${ROOT_USER}" chown -R "${CLN_USER}:${CLN_GROUP}" "${CLN_HOME}"
|
||||
osSudo "${CLN_USER}" touch "${CLN_HOME}/.zshrc"
|
||||
osSudo "${ROOT_USER}" chown -R "${CLN_USER}:${CLN_GROUP}" "${CLN_HOME}"
|
||||
|
||||
echo "[*] Installing Core Lightning package"
|
||||
osPackageInstall ${CLN_PKG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user