D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
snap
/
core22
/
current
/
usr
/
share
/
subiquity
/
Filename :
console-conf-check-error
back
Copy
#!/bin/bash set -eu if [ "${SERVICE_RESULT}" == "success" ] && [ "${EXIT_STATUS}" -eq 22 ]; then systemctl start --no-block "${1}" fi