mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
8 lines
74 B
Bash
Executable file
8 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#set -e
|
|
|
|
app=duniter
|
|
|
|
# Upgrade Duniter package
|
|
$app restart
|